home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-17 | 578 b | 25 lines | [TEXT/MPS ] |
- # File: Xap.make
- #
- # Note that the link order is important. If you link something else first,
- # it will barf in the BuildDcmd.
- # This is set up for MPW 3.2, since the libraries moved.
-
- Xap.p.o ƒ Xap.make Xap.p
- Pascal Xap.p
- Xap.a.o ƒ Xap.make Xap.a
- Asm Xap.a
- dcmdGlue.a.o ƒ dcmdGlue.a
- asm -o dcmdGlue.a.o dcmdGlue.a
-
- SOURCES = Xap.a Xap.p
- OBJECTS = dcmdGlue.a.o Xap.a.o Xap.p.o
-
- Xap ƒ Xap.make {OBJECTS}
- Link -sg Main=PASLIB,%A5INIT ∂
- {OBJECTS} ∂
- "{Libraries}"Runtime.o ∂
- "{Libraries}"Interface.o ∂
- "{PLibraries}"PasLib.o ∂
- -o Zap
- BuildDcmd Zap 45083
-